home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / basic / ace_final.lha / ACE_GPL_Release / src / DP / ReadMe < prev    next >
Encoding:
Text File  |  1996-08-29  |  988 b   |  31 lines

  1.  
  2. Greetings ACERs.
  3.  
  4. This is a fairly complete double-precision floating point library suitable 
  5. for use with ACE and C. Note that the C source module dp_val.c was compiled with 
  6. Sozobon C to produce dp_val.o.
  7.  
  8. The best way to get a handle on the library's functionality is to try out the
  9. test.b program (type "make test"), look through dp.h, and maybe even dp_main.s 
  10. and dp_val.c.
  11.  
  12. The only important thing missing is a routine to output double-precision 
  13. floating point numbers. There is however a routine to extract them from
  14. strings.
  15.  
  16. If you can lay your hands on C source code for taking an IEEE DP value
  17. and converting it to a printable string, I'd appreciate it if you'd pass
  18. it along to me. It would save me some time.
  19.  
  20. This code will ultimately be used as the basis for the run-time side of 
  21. ACE DOUBLEs.
  22.  
  23. Please test these routines and report any bugs to me at ace@vision.net.au.
  24. I've done minimal testing but it all looks okay.
  25.  
  26. Enjoy!
  27.  
  28. Regards,
  29.  
  30. David Benn, 18th October 1996 
  31.